home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / newdba.arc / DBA.UNP < prev   
Encoding:
Text File  |  1986-03-29  |  2.4 KB  |  57 lines

  1. 3/28/86              Unprotect dBASE Administrator 1.0
  2.                                by Perry Simm
  3.  
  4. This unprotect should take care of the problem of running multiple copies
  5. in a network environment.  The previous version only allowed a single copy
  6. to run at one time.  The problem arises from a key that is placed at offset
  7. 0F0H in the Program Segment Prefix (PSP).  Ashton-Tate's ACCESS.COM program
  8. provides the key before it loads DBA.LD1.  The ACCESS.COM provided with this
  9. unprotect does the same thing using random numbers to generate the key using
  10. the system clock as a seed.  It then generates the correct checksum word to
  11. place at PSP:0FEH and calls DBA.LD1 through DOS function 4BH.
  12.  
  13. This archive should contain the following files:
  14.     DBA.UNP  (this file)
  15.     DBA.BIN  (EXE file header for DBA.LD1)
  16.     ACCESS.COM (replaces Ashton-Tate's ACCESS.COM file)
  17.  
  18. The following instructions apply only the file DBA.LD1 150016 12-26-85 10:00am.
  19. Any other file will very likely not work.
  20.  
  21.  1. Copy DBA.LD1, DBA.BIN (included with this file) and ACCESS.COM (also
  22.     included with this file) to the same disk or directory.
  23.  2. Issue the following DEBUG commands:
  24.  3.   DEBUG DBA.LD1
  25.  4.   -N DBA.BIN
  26.  5.   -L
  27.  6.   -N DBA.LD1
  28.  7.   -RBX
  29.  8.   BX 0000                  ;debug response
  30.  9.   :2
  31. 10.   -RCX
  32. 11.   CX 3000                  ;debug response
  33. 12.   :4A00
  34. 13.   -W
  35. 14.   -Q
  36.  
  37. You will also need to copy the following files from your ADMINISTRATOR disks:
  38. ASSIST.HLP, DBA.OVL, DBASE.MSG, HELP.DBS, INSTALLM.EXE
  39.  
  40. Once you have these files together on disk or in a directory, run INSTALLM one
  41. time.  Then you can delete it.  You now have a working copy of dBASE III Plus
  42. Administrator.  There is no need to run the install procedure.  Use the new
  43. ACCESS.COM as you would as described in your Getting Started manual.
  44.  
  45. If you have any questions or problems with this unprotect, please contact
  46. me on the Atlanta IBM-PCUG BBS at (404) 433-0062.
  47.                                                      Perry Simm
  48.  
  49. P.S.  Please note that if you specify a program file on the command line,
  50.       you must not use a program name that begins with the letter M.  This
  51.       is true of the original protected version as well and is not a byproduct
  52.       of unprotection.
  53.  
  54.            Ex.   ACCESS master M=d:path
  55.  
  56.       Yields the message: Unauthorized Duplicate
  57.